PQDelete
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
PQDelete()
SYNOPSIS
misc_lib/priorque.c:198
VoidPtr PQDelete(PriorQue **PQ, VoidPtr OldItem)
DESCRIPTION
Deletes an old item from the queue, using comparison function CompFunc.
Returns a pointer to Deleted item if was fould and deleted from the
queure, NULL otherwise.
PARAMETERS:
PQ: To delete OldItem from.
OldItem: Old element in priority queue PQ to remove from.
FUNCTION RETURN VALUE
VoidPtr: Removed OldItem if found, NULL otherwise.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:17 GMT, October 17, 2022